Bundled Plugins List Transformer
@DisableCachingByDefault(because = "Not worth caching" )
Resolves bundled plugins from the IntelliJ Platform dependency. It scans for all plugins located withing the INTELLIJ_PLATFORM/plugins directory and loads them with IdePluginManager to collect plugin details.
Transformer outputs the bundled-plugins.json file containing all data, which becomes available within the Configurations.INTELLIJ_PLATFORM_BUNDLED_PLUGINS_LIST configuration.